latestSwagger 2.0ShopBase Dev 1.02026-08-10153268547.4 KB

353ccde6240d

Fulfillment

Retrieves fulfillments associated with an order

Retrieves fulfillments associated with an order

get/admin/orders/{order_id:[0-9]+}/fulfillments.json

Query parameters

limitnumber

Limit the amount of results. (default: 50, maximum: 250)

since_idnumber

Restrict results to after the specified ID.

updated_at_maxstring

Show fulfillments last updated before date (format: 2019-04-25T16:15:47-04:00).

updated_at_minstring

Show fulfillments last updated after date (format: 2019-04-25T16:15:47-04:00).

Response

OK

Example response

{
  "fulfillments": [
    {
      "id": 255858046,
      "line_items": [
        {
          "discount_amount": 1,
          "fulfillable_quantity": 1,
          "fulfillment_service": "amazon",
          "fulfillment_status": "fulfilled",
          "image_src": "https://example.com/img.jpg",
          "item_discount_price": 20,
          "line_item_discount_amount": 20,
          "line_item_discount_price": 100,
          "line_item_price": 100,
          "line_item_price_after_discount": 20,
          "line_item_price_before_discount": 20,
          "line_item_price_with_explicit_discount": 10,
          "line_item_weight": 10,
          "not_explicit_discount_price": 2,
          "order_id": 1,
          "price": 225,
          "product_id": 1,
          "product_type": "1",
          "quantity": 1000,
          "raw_price": 20,
          "raw_weight": 10,
          "requires_shipping": true,
          "shipping_rate": {
            "code": "weight_based_47925+weight_based_47926+weight_based_47928",
            "id": 43531,
            "price": 8,
            "title": "Small Packet International Air",
            "type": "weight_based, price_based, item_based",
            "variant_id": 123213213123
          },
          "sku": "IPOD2008GREEN",
          "tags": "Emotive, Flash Memory, MP3, Music",
          "tax_amount": 20,
          "tax_lines": [
            {
              "price": 25.81,
              "rate": 0.13,
              "title": "HST"
            }
          ],
          "tax_rate": 1,
          "title": "IPOD2008GREEN",
          "total_item_discount_price": 10,
          "total_line_with_discount_price": 10,
          "total_tax_amount": 10,
          "variant_id": 1,
          "variant_title": "IPOD2008GREEN",
          "weight": 1.5,
          "weight_unit": "kg"
        }
      ],
      "name": "255858046",
      "notify_customer": true,
      "order_id": 450789469,
      "service": "255858046",
      "shipment_status": "confirmed",
      "status": "255858046",
      "tracking_company": "4PX",
      "tracking_number": "1Z2345",
      "tracking_numbers": [
        "112345Z2345"
      ],
      "tracking_url": "http://example.com/etracking/tracking.cgi?InquiryNumber1=1Z2345&TypeOfInquiryNumber=T&AcceptUPSLicenseAgreement=yes&submit=Track",
      "tracking_urls": [
        "http://track-example.com/startairmail.php?code=112345Z2345"
      ],
      "variant_inventory_management": "shopbase"
    }
  ]
}